home *** CD-ROM | disk | FTP | other *** search
/ Ford Galaxy MK1 Restyling Interactive Presentation / Ford Galaxy.iso / Intro.dxr / 00020_GoMovie.ls < prev    next >
Encoding:
Text File  |  2001-02-13  |  352 b   |  24 lines

  1. on mouseDown me
  2.   sound close 1
  3.   case me.spriteNum of
  4.     2:
  5.       go(1, "ghia")
  6.     3:
  7.       go(1, "navigatore")
  8.     4:
  9.       go(1, "multimedia")
  10.     5:
  11.       go(1, "cambio")
  12.     13:
  13.       go(1, "design")
  14.     14:
  15.       go(1, "comfort")
  16.     15:
  17.       go(1, "sicurezza")
  18.     16:
  19.       go(1, "tecnologia")
  20.     17:
  21.       go(1, "dinamica")
  22.   end case
  23. end
  24.